home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
steppenwolf_3_chapter_7.swf
/
scripts
/
DefineButton2_918
/
BUTTONCONDACTION on(keyPress o).as
< prev
next >
Wrap
Text File
|
2010-07-14
|
367b
|
15 lines
on(keyPress "o"){
if(eval("/Variables:AnimJoue") != true and getProperty("_root.Animatiques", _currentframe) == 1)
{
set("/Variables:Stoppe",false);
if(eval("/Variables:Grimpe") == false)
{
tellTarget("/")
{
gotoAndStop(eval("/Variables:EtatActif"));
}
}
gotoAndStop(1);
}
}